home *** CD-ROM | disk | FTP | other *** search
/ AM/FM: Amiga Musicians' Freeware Magazine 14 / AM-FM 14.adf / s / startup-sequence < prev   
Text File  |  1992-09-02  |  585b  |  25 lines

  1. ; Startup-Sequence for AMFM, Issue 14
  2.  
  3. Assign ENV: RAM:
  4. Assign T: RAM:
  5. Assign NPlay: AMFM14:NPlay
  6.  
  7. Eighty on
  8.  
  9. AMFM14:c/MemCheck 600000
  10. if not warn
  11.     AMFM14:c/Copy AMFM14:c/Wait RAM:
  12.     AMFM14:c/AMFMMenu AMFM14:s/Music-menu
  13. else
  14.     echo "Sorry - not enough free memory for background music..."
  15. endif
  16.  
  17. Echo "  When the picture appears, you can get rid of it by pressing"
  18. Echo "  the RIGHT mouse button."
  19. AMFM14:c/PPshow AMFM14:Graphics/Coverpic.iff.pp
  20. ;Echo "Sorry, no disk space for any front-picture this time..."
  21.  
  22. Zoomwindows quiet
  23. type AMFM14:text/Copyright.txt
  24. AMFMmenu AMFM14:s/menu
  25.